I just installed java 7 SE Update 25 and after doing so running this command in jEdit
console:
mysqldump --opt -u root -p databasename > databasename.dump.sql
fails with the error:
mysqldump: Couldn't find table: ">"
I am able to run the command successfully from window command prompt.
I'm running windows 7 and I've just updated jEdit to 5.0 and the console plugin to
5.1.2 to see if this would alleviate the issue but it did not.
I tried rolling back to Java 7 update 21 with no success, however rolling back to
Java 7 Update 17 fixed the issue.
| Submitted | ned775 - 2013-06-24 00:08:15 | Assigned | |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | None |
| Resolution | None |
| 2013-06-24 00:09:26 ned775 |
- **summary**: mysqldump console comman fails after java 7 update --> mysqldump console command fails after java 7 update |
|---|---|
| 2013-06-24 03:50:24 ezust |
This has nothing to do with the mysqldump command.
|
| 2013-06-24 03:50:24 ezust |
- **summary**: mysqldump console command fails after java 7 update --> console on windows fails to redirect output of commands |
| 2013-06-24 04:02:24 ned775 |
Prior to installing the java update I was running jEdit 4.5.1 with console 4.5.
|
| 2013-06-24 05:01:24 ezust |
Workaround: run the command without the > redirectfile.txt and just hit ctrl-ENTER
so its output goes to a new buffer. Then you can save-as from there.
|